Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 4,123 for

image watermarking

(0.38 sec)
  1. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Save Document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Watermark Product Solution GroupDocs...HTML markup with stylesheets, images, and possibly other resources...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  3. Handling the ID3v2 tag | GroupDocs

    This article explains how to handle ID3v2 tag....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-i...
  4. Node.js를 사용하여 Word 문서를 이미지로 렌더링

    Node.js를 사용하여 Word 문서를 이미지로 렌더링하는 방법을 코드 예제와 함께 알아보겠습니다. Node.js에서 Word 문서를 이미지로 렌더링하기 위해 별도의 도구를 설치할 필요는 없습니다....Watermark Product Family GroupDocs.Merger...찾고 있다면, 이 튜토리얼은 서버 측 Word to Image 렌더링 Node.js 를 구현하는 방법을 정확하게...

    kb.groupdocs.com/ko/viewer/nodejs/render-word-d...
  5. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into Images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Watermark Product Solution GroupDocs...options (convert pages into images, and save PDF with scan-like...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  6. C# を使用してビットマップを PNG に変換する方法

    画像変換をすばやく行い、C# を使用してビットマップを PNG に変換するプロセスと、C# の BMP から PNG へのコンバーター機能のためにドキュメント コンバーター API を使用する方法を学びます。...Watermark Product Family GroupDocs.Merger...に変換するドキュメント変換プロセスについて説明し、その例を作成しました。最近、C# で Image を Word に変更する記事を公開しました。詳細については、...

    kb.groupdocs.com/ja/conversion/net/how-to-conve...
  7. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-s...
  8. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in EPUB e-books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Watermark Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Javaで任意の画像をPDFに変換| JPG、PNG、WebP、GIF、TIFF、BMP

    Javaで画像をPDFに変換します。ドキュメントと画像の変換JavaAPIを使用して、JPG、PNG、WebP、GIF、TIFF、TGAなどの多くの画像をPDFに変換します。...converter = new Converter("path/image.jpg"); converter.convert("output/convertedJpg...converter = new Converter("path/image.png"); converter.convert("o...

    blog.groupdocs.com/ja/conversion/convert-images...